<Code Lib>
2020 Method
Changes 0
M

DividedPath.Create(Document, IList<Reference>, ICollection<ElementId>)

Description:
Creates a new instance of a divided path whose points are determined by the intersecting elements.
Remarks:
Intersectors can be curve elements, datum planes, or other divided paths.
Overloads (2):
Create(Document,IList[Reference],ICollection[ElementId])

public static DividedPath Create(
	Document document,
	IList<Reference> curveReferences,
	ICollection<ElementId> intersectors
)

Return Value DividedPath The newly created divided path.

Loading…